toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.attributes.File.Unsafe
Namespace
File.
Unsafe
Functions
Functions
add_value
Link copied to clipboard
function
add_value
(
instance
:
instance
,
attribute_name
:
I
,
data
:
data
)
add_value_by_attribute
Link copied to clipboard
function
add_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
data
:
data
)
remove_value
Link copied to clipboard
function
remove_value
(
instance
:
instance
,
attribute_name
:
I
)
:
data
remove_value_by_attribute
Link copied to clipboard
function
remove_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
)
:
data
set_value
Link copied to clipboard
function
set_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
data
)
set_value_by_attribute
Link copied to clipboard
function
set_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
data
:
data
)
update_value
Link copied to clipboard
function
update_value
(
instance
:
instance
,
attribute_name
:
I
,
data
:
data
)
update_value_by_attribute
Link copied to clipboard
function
update_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
data
:
data
)